home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 5: The Fifth Dimension
/
17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso
/
files
/
3414a.dms
/
3414a.adf
/
3.0bUpdate
/
Macros.LHA
/
PLmath.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-09-20
|
336b
|
13 lines
/* $VER: PLmath.rexx 1.0 (02.9.94)
Copyright 1994 Soft-Logik Publishing Corporation
May not be distributed without Soft-Logik Publishing Corporation's express written permission */
address PAGELINER
options results
'getarea'
IF rc=0 THEN DO
equation=RESULT
interpret "answer = "equation
'text' answer
END